The OpenWith string type determines the action to be taken on files of a type that is created by the AssociateFileType Method. The OpenWith Property must contain the complete path and filename of the target file. If you wish for your file type to open with Notepad when files of your type are double clicked then <WindowsDir> & "notepad.exe" is the value you would set for the OpenWith Property. As the Name for the Windows Directory is not always Windows use the WindowsDir function to retrieve the Windows directory on the target machine.
(c)1998 Silicon Prairie Software Co. All rights reserved.